Add 'last found' and 'placer' to geocaching fields.
authorrobertl <robertl>
Thu, 5 May 2005 16:06:24 +0000 (16:06 +0000)
committerrobertl <robertl>
Thu, 5 May 2005 16:06:24 +0000 (16:06 +0000)
defs.h

diff --git a/defs.h b/defs.h
index efaedcab1e20e3b5d5848444502064ad38226007..a5bef70a7aadc581bec26c6afc29a7dc40543f2c 100644 (file)
--- a/defs.h
+++ b/defs.h
@@ -138,6 +138,8 @@ typedef struct {
        int diff; /* (multiplied by ten internally) */
        int terr; /* (likewise) */
        time_t exported;
+       time_t last_found;
+       char *placer; /* Placer name */
        char *hint; /* all these UTF8, XML entities removed, May be not HTML. */
        utf_string desc_short;
        utf_string desc_long;